scan
abstract fun scan(from: Context, configJson: String? = null, optionsJson: String? = null, completion: (ScanOutcome) -> Unit)
abstract fun scan(from: Context, config: TireTreadConfig, options: ScanOptions? = null, completion: (ScanOutcome) -> Unit)